org.eclipse.vtp.framework.common
Interface IBrand


public interface IBrand

IBrand.

Author:
Lonnie Pryor

Method Summary
 IBrand[] getChildBrands()
           
 java.lang.String getName()
           
 IBrand getParentBrand()
           
 boolean isDefault()
           
 

Method Detail

isDefault

boolean isDefault()

getName

java.lang.String getName()

getParentBrand

IBrand getParentBrand()

getChildBrands

IBrand[] getChildBrands()